runtime.g.startpc (field)

6 uses

	runtime (current package)
		proc.go#L4113: 	newg.startpc = fn.fn
		proc.go#L4144: 		traceGoCreate(newg, newg.startpc)
		runtime2.go#L482: 	startpc        uintptr         // pc of goroutine function
		stack.go#L1184: 	f := findfunc(gp.startpc)
		trace.go#L232: 			id := trace.stackTab.put([]uintptr{startPCforTrace(gp.startpc) + sys.PCQuantum})
		traceback.go#L1113: 	f := findfunc(gp.startpc)